Enable skipping plugins search at build time.
authorLisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>
Sun, 22 Mar 2026 19:00:57 +0000 (20:00 +0100)
committerPatrick Franz <deltaone@debian.org>
Sun, 22 Mar 2026 19:00:57 +0000 (20:00 +0100)
commit5fce614b540fee04bed8820f2ada36fa71060e88
treee08e450e90b8495a52bd6e0a3207255a0e2765d7
parent3192646c800dd3bcceb260f70c7783fa9253880e
Enable skipping plugins search at build time.

Forwarded: not-needed

This patch sets
QT_SKIP_AUTO_PLUGIN_INCLUSION and QT_SKIP_AUTO_QML_PLUGIN_INCLUSION to ON
by default, thus avoiding unnecesary build dependencies on plugins.

The variables can still be set to OFF by the user at build time, allowing
them to find the packages if necessary. But if you need so for a Debian
package please reach the Qt maintainers first. We want to know why you
need to do so. Thanks in advance!

Gbp-Pq: Name enable_skip_plugins.patch
cmake/QtPlugins.cmake.in
cmake/QtPublicPluginHelpers.cmake